ASP.NET Pack Programmer's Guide
LayoutBuilder.createLayout Method
See Also
 





Creates a StackPanel for each array of components and adds it to a parent StackPanel with opposite orientation.

Namespace: MindFusion.Charting.Controls
Package: LayoutBuilder.js

 Syntax

JavaScript  Copy Code

function createLayout (horizontal, c1, c2, c3)

 Parameters

horizontal

The orientation of the parent panel.

c1

The first stack of components.

c2

The second stack of components.

c3

The third stack of components.

 Return Value

A StackPanel instance.

 See Also

LayoutBuilder Members
LayoutBuilder Class
MindFusion.Charting.Controls Namespace